home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000051_fdc@columbia.edu_Tue Dec 9 11:55:30 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Command line switches
  5. Date: 9 Dec 2003 16:42:25 GMT
  6. Organization: Columbia University
  7. Lines: 32
  8. Message-ID: <slrnbtburh.2o1.fdc@sesame.cc.columbia.edu>
  9. References: <pqp8tv06mim45q30h48du92s90oklut9sl@4ax.com> <slrnbt91s0.o2u.fdc@sesame.cc.columbia.edu> <820atvkrg5tk7hkv0bn4r840kv6ab17r61@4ax.com> <slrnbta2q0.2a2.fdc@sesame.cc.columbia.edu> <dogbtvo8mdk4hsenjjadeim47uajhc5dab@4ax.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1070988145 29940 128.59.59.56 (9 Dec 2003 16:42:25 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 9 Dec 2003 16:42:25 GMT
  15. User-Agent: slrn/0.9.7.4 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14727
  17.  
  18. In article <dogbtvo8mdk4hsenjjadeim47uajhc5dab@4ax.com>,
  19. Chris@bundy.co.uk wrote:
  20. : On 8 Dec 2003 23:37:36 GMT, Frank da Cruz
  21. : If I run the script stand alone it works great,
  22. : thank you. Its when I try to run it at boot that I
  23. : have problems.
  24. Well you tricked me, you didn't say you wanted to run
  25. it without a controlling terminal.
  26.  
  27. : I put the file I had created in phone.sh that I
  28. : had created in /usr/local/etc/rc.d
  29. : server01# more  /usr/local/etc/rc.d/phone.sh
  30. :  #!/bin/sh
  31. :  /var/log/fred
  32. :  exit
  33. : server01#
  34. I don't understand this.  What is /var/log/fred?
  35. The name of the Kermit script?
  36.  
  37. : the script never concludes therefore the remaining
  38. : initialisation scripts never start.
  39. Because it still has a CONNECT command in it, which
  40. requires a controlling terminal?  In that case,
  41. replace the CONNECT command with the INPUT sequence
  42. that I recommended yesterday.
  43.  
  44. - Frank
  45.